.map-container {
    width: 100%;
    max-width: 1200px;   /* opcional */
    margin: 0 auto;      /* centraliza */
    padding: 0 24px; /* ⬅️ aumente aqui */
    box-sizing: border-box; /* 🔥 importante */
  }
  
  .map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
    display: block;
  }

  .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  * {
  box-sizing: border-box;
   }

html, body {
  margin: 0;
  padding: 0;
   }

img, iframe {
  max-width: 100%;
  height: auto;
   }

  
 /* ===== FIX CORTE VERTICAL WIX ===== */

html, body {
  height: auto !important;
  min-height: 100%;
}

#SITE_CONTAINER,
#site-root,
#masterPage {
  height: auto !important;
  min-height: 100% !important;
}

/* remove cortes de seções wix */
[data-mesh-id],
[data-testid="mesh-container-content"] {
  height: auto !important;
}